home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / asa / asa_retr < prev    next >
Text File  |  1994-10-30  |  3KB  |  69 lines

  1. ========================================================================
  2.         Adaptive Simulated Annealing (ASA)
  3. ________________________________________________________________________
  4.             General Information
  5.  
  6. The latest Adaptive Simulated Annealing (ASA) code and some related
  7. (p)reprints can be retrieved via anonymous ftp from
  8. ftp.alumni.caltech.edu [131.215.139.234] in the /pub/ingber directory.
  9. This archive also can be accessed via WWW path
  10. http://alumni.caltech.edu/~ingber/ or
  11. ftp://ftp.alumni.caltech.edu/pub/ingber/
  12.  
  13. Interactively [brackets signify machine prompts]:
  14.     [your_machine%] ftp ftp.alumni.caltech.edu
  15.     [Name (...):] anonymous
  16.     [Password:] your_e-mail_address
  17.     [ftp>] cd pub/ingber
  18.     [ftp>] binary
  19.     [ftp>] ls
  20.     [ftp>] get file_of_interest
  21.     [ftp>] quit
  22. The 00index file contains an index of the other files and information
  23. on getting gzip and unshar for DOS, MAC, UNIX, and VMS systems.
  24.  
  25. The latest version of ASA, ASA-x.y (x and y are version numbers), can
  26. be obtained in several formats.  ASA-shar.Z is a compress'd shar'd file
  27. of the current code.  For the convenience of users who do not have any
  28. uncompress/gunzip utility, there is a file ASA-shar which is an
  29. uncompress'd copy of ASA-shar.Z; if you do not have sh or shar, you
  30. still can delete the first-column X's and separate the files at the
  31. END_OF_FILE locations.  There are tar'd versions in compress and gzip
  32. format, ASA.tar.Z and ASA.tar.gz, respectively.  There also is a
  33. current zip'd version, ASA.zip, in which all files have been processed
  34. through unix2dos.  Directory /pub/ingber/0lower.dir contains links to
  35. these files for some PC users who may have difficulty with upper case.
  36.  
  37. If you do not have ftp access, get information on the FTPmail service
  38. by: mail ftpmail@decwrl.dec.com, and send only the word "help" in the
  39. body of the message.
  40.  
  41. If any of the above are not possible, and if your mailer can handle
  42. large files (please test this first), the code or papers you require
  43. can be sent as uuencoded compressed files via electronic mail.  If you
  44. have gzip, resulting in smaller files, please state this.
  45.  
  46. Sorry, I cannot assume the task of mailing out hardcopies of code or
  47. papers.  My volunteer time assisting people with their queries on my
  48. codes and papers must be limited to electronic mail correspondence.
  49. Commercial consulting appointments can be made by contacting me via
  50. e-mail, mail, or calling 1.800.L.INGBER.
  51.  
  52. To get on or off the ASA_list e-mailings, just send an e-mail to
  53. asa-request@alumni.caltech.edu with your request.  Update notices are
  54. sent to the ASA_list about every month or two, more frequently if
  55. warranted, e.g., in cases of important bug fixes; these notices are the
  56. only e-mail sent to the ASA_list.
  57.  
  58. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  59.         Parallelizing ASA and PATHINT Project (PAPP)
  60.  
  61. See the file parallel.txt in /pub/ingber/MISC.DIR
  62.  
  63. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  64.  
  65. Lester
  66. ________________________________________________________________________
  67. $Id: asa_retrieve,v 1.74 1994/08/31 17:47:32 ingber Exp ingber $
  68. ========================================================================
  69.